type reflect.abiSeq
12 uses
reflect (current package)
abi.go#L71: type abiSeq struct {
abi.go#L93: func (a *abiSeq) dump() {
abi.go#L110: func (a *abiSeq) stepsForValue(i int) []abiStep {
abi.go#L125: func (a *abiSeq) addArg(t *rtype) *abiStep {
abi.go#L166: func (a *abiSeq) addRcvr(rcvr *rtype) (*abiStep, bool) {
abi.go#L199: func (a *abiSeq) regAssign(t *rtype, offset uintptr) bool {
abi.go#L262: func (a *abiSeq) assignIntN(offset, size uintptr, n int, ptrMap uint8) bool {
abi.go#L294: func (a *abiSeq) assignFloatN(offset, size uintptr, n int) bool {
abi.go#L317: func (a *abiSeq) stackAssign(size, alignment uintptr) {
abi.go#L332: call, ret abiSeq
abi.go#L407: var in abiSeq
abi.go#L446: var out abiSeq
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)